]> git.r.bdr.sh - rbdr/super-polarity/blob - Super Polarity/TitleScreen.cs
I have the worst commits ever.
[rbdr/super-polarity] / Super Polarity / TitleScreen.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace SuperPolarity
7 {
8 class TitleScreen : Screen
9 {
10 public TitleScreen(SuperPolarity newGame) : base(newGame) {}
11 }
12 }